[INFO] cloning repository https://github.com/Leonardo-Iordache/rust_ghostly_hollowing
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Leonardo-Iordache/rust_ghostly_hollowing" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLeonardo-Iordache%2Frust_ghostly_hollowing", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLeonardo-Iordache%2Frust_ghostly_hollowing'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6bbb184a4483deaf2067b1dcf0547ecd435c4231
[INFO] fixing Leonardo-Iordache/rust_ghostly_hollowing against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLeonardo-Iordache%2Frust_ghostly_hollowing" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Leonardo-Iordache/rust_ghostly_hollowing
[INFO] finished tweaking git repo https://github.com/Leonardo-Iordache/rust_ghostly_hollowing
[INFO] tweaked toml for git repo https://github.com/Leonardo-Iordache/rust_ghostly_hollowing written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Leonardo-Iordache/rust_ghostly_hollowing on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Leonardo-Iordache/rust_ghostly_hollowing already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating git repository `https://github.com/Leonardo-Iordache/ccommon_fn.git`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tower-http v0.6.7
[INFO] [stderr]   Downloaded cc v1.2.47
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ed545a2b7b51fc3487c2d1e3f41f2367d41c55d1a6ccb1f4f35d639ec5a3e235
[INFO] running `Command { std: "docker" "start" "ed545a2b7b51fc3487c2d1e3f41f2367d41c55d1a6ccb1f4f35d639ec5a3e235", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ed545a2b7b51fc3487c2d1e3f41f2367d41c55d1a6ccb1f4f35d639ec5a3e235" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ed545a2b7b51fc3487c2d1e3f41f2367d41c55d1a6ccb1f4f35d639ec5a3e235", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ed545a2b7b51fc3487c2d1e3f41f2367d41c55d1a6ccb1f4f35d639ec5a3e235" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking bytes v1.11.0
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling cc v1.2.47
[INFO] [stderr]     Checking tracing-core v0.1.35
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking indexmap v2.12.1
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling winapi v0.3.9
[INFO] [stderr]    Compiling ntapi v0.4.1
[INFO] [stderr]     Checking iri-string v0.7.9
[INFO] [stderr]     Checking windows-link v0.2.1
[INFO] [stderr]     Checking windows-sys v0.61.2
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking rust_syscalls v0.1.0 (/opt/rustwide/workdir/rust_syscalls)
[INFO] [stdout] error[E0432]: unresolved import `ntapi::ntldr`
[INFO] [stdout]  --> rust_syscalls/src/syscall_resolve.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | use ntapi::ntldr::PLDR_DATA_TABLE_ENTRY;
[INFO] [stdout]   |            ^^^^^ could not find `ntldr` in `ntapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ntapi::FIELD_OFFSET`
[INFO] [stdout]  --> rust_syscalls/src/syscall_resolve.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use ntapi::FIELD_OFFSET;
[INFO] [stdout]   |     ^^^^^^^------------
[INFO] [stdout]   |            |
[INFO] [stdout]   |            no `FIELD_OFFSET` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ntapi::ntpebteb`
[INFO] [stdout]  --> rust_syscalls/src/syscall_resolve.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | use ntapi::ntpebteb::{PPEB, TEB};
[INFO] [stdout]   |            ^^^^^^^^ could not find `ntpebteb` in `ntapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> rust_syscalls/src/syscall_resolve.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 | use winapi::shared::minwindef::{PWORD, PUSHORT};
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> rust_syscalls/src/syscall_resolve.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | use winapi::shared::ntdef::{NULL, PVOID, ULONG, PUCHAR, PLIST_ENTRY};
[INFO] [stdout]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> rust_syscalls/src/syscall_resolve.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 | use winapi::um::winnt::{PIMAGE_DOS_HEADER, PIMAGE_DATA_DIRECTORY, PIMAGE_NT_HEADERS, PIMAGE_EXPORT_DIRECTORY};
[INFO] [stdout]    |             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> rust_syscalls/src/syscall_resolve.rs:52:17
[INFO] [stdout]    |
[INFO] [stdout] 52 |     use winapi::um::winnt::NT_TIB;
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ntapi::ntpsapi`
[INFO] [stdout]  --> rust_syscalls/src/syscall_resolve.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | use ntapi::ntpsapi::PPEB_LDR_DATA;
[INFO] [stdout]   |            ^^^^^^^ could not find `ntpsapi` in `ntapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `_DIRECT_`
[INFO] [stdout]  --> rust_syscalls/src/lib.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[cfg(all(feature = "_DIRECT_", feature = "_INDIRECT_"))]
[INFO] [stdout]   |           ^^^^^^^^^^----------
[INFO] [stdout]   |                     |
[INFO] [stdout]   |                     help: there is a expected value with a similar name: `"_INDIRECT_"`
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `_INDIRECT_`
[INFO] [stdout]   = help: consider adding `_DIRECT_` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `_DIRECT_`
[INFO] [stdout]  --> rust_syscalls/src/lib.rs:4:15
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[cfg(not(any(feature = "_DIRECT_", feature = "_INDIRECT_")))]
[INFO] [stdout]   |               ^^^^^^^^^^----------
[INFO] [stdout]   |                         |
[INFO] [stdout]   |                         help: there is a expected value with a similar name: `"_INDIRECT_"`
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `_INDIRECT_`
[INFO] [stdout]   = help: consider adding `_DIRECT_` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `_DIRECT_`
[INFO] [stdout]  --> rust_syscalls/src/syscall.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[cfg(all(feature = "_DIRECT_", not(feature = "_INDIRECT_")))]
[INFO] [stdout]   |           ^^^^^^^^^^----------
[INFO] [stdout]   |                     |
[INFO] [stdout]   |                     help: there is a expected value with a similar name: `"_INDIRECT_"`
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `_INDIRECT_`
[INFO] [stdout]   = help: consider adding `_DIRECT_` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `_DIRECT_`
[INFO] [stdout]   --> rust_syscalls/src/syscall.rs:19:39
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[cfg(all(feature = "_INDIRECT_", not(feature = "_DIRECT_")))]
[INFO] [stdout]    |                                       ^^^^^^^^^^----------
[INFO] [stdout]    |                                                 |
[INFO] [stdout]    |                                                 help: there is a expected value with a similar name: `"_INDIRECT_"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `_INDIRECT_`
[INFO] [stdout]    = help: consider adding `_DIRECT_` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `_DIRECT_`
[INFO] [stdout]   --> rust_syscalls/src/syscall.rs:35:11
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[cfg(all(feature = "_DIRECT_", not(feature = "_INDIRECT_")))]
[INFO] [stdout]    |           ^^^^^^^^^^----------
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: there is a expected value with a similar name: `"_INDIRECT_"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `_INDIRECT_`
[INFO] [stdout]    = help: consider adding `_DIRECT_` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `_DIRECT_`
[INFO] [stdout]   --> rust_syscalls/src/syscall.rs:72:39
[INFO] [stdout]    |
[INFO] [stdout] 72 | #[cfg(all(feature = "_INDIRECT_", not(feature = "_DIRECT_")))]
[INFO] [stdout]    |                                       ^^^^^^^^^^----------
[INFO] [stdout]    |                                                 |
[INFO] [stdout]    |                                                 help: there is a expected value with a similar name: `"_INDIRECT_"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `_INDIRECT_`
[INFO] [stdout]    = help: consider adding `_DIRECT_` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `_DIRECT_`
[INFO] [stdout]    --> rust_syscalls/src/syscall.rs:203:11
[INFO] [stdout]     |
[INFO] [stdout] 203 | #[cfg(all(feature = "_DIRECT_", not(feature = "_INDIRECT_")))]
[INFO] [stdout]     |           ^^^^^^^^^^----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: there is a expected value with a similar name: `"_INDIRECT_"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `_INDIRECT_`
[INFO] [stdout]     = help: consider adding `_DIRECT_` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `_DIRECT_`
[INFO] [stdout]    --> rust_syscalls/src/syscall.rs:213:39
[INFO] [stdout]     |
[INFO] [stdout] 213 | #[cfg(all(feature = "_INDIRECT_", not(feature = "_DIRECT_")))]
[INFO] [stdout]     |                                       ^^^^^^^^^^----------
[INFO] [stdout]     |                                                 |
[INFO] [stdout]     |                                                 help: there is a expected value with a similar name: `"_INDIRECT_"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `_INDIRECT_`
[INFO] [stdout]     = help: consider adding `_DIRECT_` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `_DIRECT_`
[INFO] [stdout]    --> rust_syscalls/src/syscall_resolve.rs:152:11
[INFO] [stdout]     |
[INFO] [stdout] 152 | #[cfg(all(feature = "_DIRECT_", not(feature = "_INDIRECT_")))]
[INFO] [stdout]     |           ^^^^^^^^^^----------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: there is a expected value with a similar name: `"_INDIRECT_"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `_INDIRECT_`
[INFO] [stdout]     = help: consider adding `_DIRECT_` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `_DIRECT_`
[INFO] [stdout]    --> rust_syscalls/src/syscall_resolve.rs:167:39
[INFO] [stdout]     |
[INFO] [stdout] 167 | #[cfg(all(feature = "_INDIRECT_", not(feature = "_DIRECT_")))]
[INFO] [stdout]     |                                       ^^^^^^^^^^----------
[INFO] [stdout]     |                                                 |
[INFO] [stdout]     |                                                 help: there is a expected value with a similar name: `"_INDIRECT_"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `_INDIRECT_`
[INFO] [stdout]     = help: consider adding `_DIRECT_` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rust_syscalls` (lib) due to 8 previous errors; 10 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "ed545a2b7b51fc3487c2d1e3f41f2367d41c55d1a6ccb1f4f35d639ec5a3e235", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ed545a2b7b51fc3487c2d1e3f41f2367d41c55d1a6ccb1f4f35d639ec5a3e235", kill_on_drop: false }`
[INFO] [stdout] ed545a2b7b51fc3487c2d1e3f41f2367d41c55d1a6ccb1f4f35d639ec5a3e235
